www.gusucode.com > 威博多用户网上购物商城(生成html) 6 > 威博多用户网上购物商城(生成html) 6.2/威博多用户/editor/scripts/language/english/media.js

    function loadText()
    {
    var txtLang = document.getElementsByName("txtLang");
    txtLang[0].innerHTML = "Source";
    txtLang[1].innerHTML = "Width";
    txtLang[2].innerHTML = "Height";    
    txtLang[3].innerHTML = "Auto Start";    
    txtLang[4].innerHTML = "Show Controls";
    txtLang[5].innerHTML = "Show Status Bar";   
    txtLang[6].innerHTML = "Show Display";
    txtLang[7].innerHTML = "Auto Rewind";   

    document.getElementById("btnCancel").value = "cancel";
    document.getElementById("btnInsert").value = "insert";
    document.getElementById("btnApply").value = "apply";
    document.getElementById("btnOk").value = " ok ";
    }
function writeTitle()
    {
    document.write("<title>Media</title>")
    }